/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09/12/2015, 16:13:09
    Author     : Pablo Vanni
*/

@media print {

	body {
	  -webkit-print-color-adjust: exact;
	}

	#irmaos-loja-table thead {
		display: table-header-group;
	}	

	#irmaos-loja-table tr td {
		font-size: 9px;
	}	

	#irmaos-loja-table tr:nth-child(even) td { 
		background: #F1F1F1 !important; 
	}
}

.text-capitalize {
	text-transform: capitalize;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 300px;
        clear: left;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}